raar.gui.tools
Class RAGDockReceiver

java.lang.Object
  extended byraar.gui.tools.RAGDockReceiver
Direct Known Subclasses:
RAGuiM, RAGuiS

public abstract class RAGDockReceiver
extends java.lang.Object

Can dock and undock RAGInternalFrame objects.


Constructor Summary
RAGDockReceiver()
           
 
Method Summary
 void dock(RAGInternalFrame f)
          Dock a window.
 boolean docked(RAGInternalFrame f)
          Is a window docked?
abstract  javax.swing.JPanel getDockArea()
          Get the entire dock area; it hides when there are no docked frames.
abstract  javax.swing.JPanel getDockPanel()
          Get the dock panel.
 void undock(RAGInternalFrame f)
          Undock a window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAGDockReceiver

public RAGDockReceiver()
Method Detail

getDockPanel

public abstract javax.swing.JPanel getDockPanel()
Get the dock panel.


getDockArea

public abstract javax.swing.JPanel getDockArea()
Get the entire dock area; it hides when there are no docked frames.


dock

public void dock(RAGInternalFrame f)
Dock a window.


undock

public void undock(RAGInternalFrame f)
Undock a window.


docked

public boolean docked(RAGInternalFrame f)
Is a window docked?